home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / BOOKS / BKSHELF.DIR / 00044_timerStart --.ls < prev    next >
Encoding:
Text File  |  1996-07-19  |  262 b   |  9 lines

  1. on exitFrame
  2.   global timerList, timerCount
  3.   set timerCount to 1
  4.   set timerList to [3.20000000000000018, 9.5, 10.90000000000000036, 12.0, 13.0, 14.59999999999999964, 16.19999999999999929, 17.5, 20.0, 23.0]
  5.   startTimer()
  6.   waitTill(20)
  7.   go(the frame + 1)
  8. end
  9.